home *** CD-ROM | disk | FTP | other *** search
/ IBM InfoROM for OS/2 Beta 1995 January / IBM InfoROM for OS2 Beta 1-1995.ISO / testcert / mmedia / system / ap2 / scripts / wp1___i1.p2s < prev    next >
Encoding:
Text File  |  1994-04-30  |  4.7 KB  |  248 lines

  1. ####################################################
  2. # Description:  Play all of the WAV file that come with OS/2 sound.
  3. #               Check if each one sounds proper.
  4. #               FORMAT TAG = PCM
  5. ####################################################
  6.  
  7. open ?AP2PATH?applause.wav alias wave1 wait
  8.  
  9. set wave1 format tag PCM wait
  10. status wave1 format tag wait
  11. =PCM
  12.  
  13. play wave1 wait
  14. @CHECK Did the 'applause' sound good?
  15.  
  16. close wave1 wait
  17.  
  18. ###################################
  19.  
  20. open ?AP2PATH?beeoong.wav alias wave1 wait
  21.  
  22. set wave1 format tag PCM wait
  23. status wave1 format tag wait
  24. =PCM
  25.  
  26. play wave1 wait
  27. @CHECK Did the 'beoong' sound good?
  28. close wave1 wait
  29.  
  30. ###################################
  31.  
  32. open ?AP2PATH?bells.wav alias wave1 wait
  33.  
  34. set wave1 format tag PCM wait
  35. status wave1 format tag wait
  36. =PCM
  37. play wave1 from 0
  38. @CHECK Did the 'bells' sound good?
  39. close wave1 
  40.  
  41. ###################################
  42.  
  43. open ?AP2PATH?boing.wav alias wave1 wait
  44.  
  45. set wave1 format tag PCM wait
  46. status wave1 format tag wait
  47. =PCM
  48.  
  49. play wave1 wait
  50. @CHECK Did the 'boing' sound good?
  51. close wave1 wait
  52.  
  53. ###################################
  54.  
  55. open ?AP2PATH?boo.wav alias wave1 wait
  56.  
  57. set wave1 format tag PCM wait
  58. status wave1 format tag wait
  59. =PCM
  60.  
  61. play wave1 wait
  62. @CHECK Did the 'boo' sound good?
  63. close wave1 wait
  64.  
  65. ###################################
  66.  
  67. open ?AP2PATH?bwaaang.wav alias wave1 wait
  68.  
  69. set wave1 format tag PCM wait
  70. status wave1 format tag wait
  71. =PCM
  72.  
  73. play wave1 wait
  74.  
  75. @CHECK Did the 'bwaaang' sound good?
  76. close wave1 wait
  77.  
  78. ###################################
  79.  
  80. open ?AP2PATH?bweeep.wav alias wave1 wait
  81.  
  82. set wave1 format tag PCM wait
  83. status wave1 format tag wait
  84. =PCM
  85.  
  86. play wave1 wait
  87. @CHECK Did the 'bweeep' sound good?
  88. close wave1 wait
  89.  
  90. ###################################
  91.  
  92. open ?AP2PATH?charge.wav alias wave1 wait
  93.  
  94. set wave1 format tag PCM wait
  95. status wave1 format tag wait
  96. =PCM
  97.  
  98. play wave1 wait
  99. @CHECK Did the 'charge' sound good?
  100. close wave1 wait
  101.  
  102. ###################################
  103.  
  104. open ?AP2PATH?cuckoo.wav alias wave1 wait
  105.  
  106. set wave1 format tag PCM wait
  107. status wave1 format tag wait
  108. =PCM
  109.  
  110. play wave1 wait
  111. @CHECK Did the 'cuckoo' sound good?
  112. close wave1 wait
  113.  
  114. ###################################
  115.  
  116. open ?AP2PATH?doink.wav alias wave1 wait
  117.  
  118. set wave1 format tag PCM wait
  119. status wave1 format tag wait
  120. =PCM
  121.  
  122. play wave1 wait
  123. @CHECK Did the 'doink' sound good?
  124. close wave1 wait
  125.  
  126. ###################################
  127.  
  128. open ?AP2PATH?doorcls.wav alias wave1 wait
  129.  
  130. set wave1 format tag PCM wait
  131. status wave1 format tag wait
  132. =PCM
  133.  
  134. play wave1 wait
  135. @CHECK Did the 'doorcls' sound good?
  136. close wave1 wait
  137.  
  138. ###################################
  139.  
  140. open ?AP2PATH?drumroll.wav alias wave1 wait
  141.  
  142. set wave1 format tag PCM wait
  143. status wave1 format tag wait
  144. =PCM
  145.  
  146. play wave1 wait
  147. @CHECK Did the 'drumroll' sound good?
  148. close wave1 wait
  149.  
  150. ###################################
  151.  
  152. open ?AP2PATH?eeerrupp.wav alias wave1 wait
  153.  
  154. set wave1 format tag PCM wait
  155. status wave1 format tag wait
  156. =PCM
  157.  
  158. play wave1 wait
  159. @CHECK Did the 'eeerruupp' sound good?
  160. close wave1 wait
  161.  
  162. ###################################
  163.  
  164. open ?AP2PATH?pop.wav alias wave1 wait
  165.  
  166. set wave1 format tag PCM wait
  167. status wave1 format tag wait
  168. =PCM
  169.  
  170. play wave1 wait
  171. @CHECK Did the 'pop' sound good?
  172. close wave1 wait
  173.  
  174. ###################################
  175.  
  176. open ?AP2PATH?ratattat.wav alias wave1 wait
  177.  
  178. set wave1 format tag PCM wait
  179. status wave1 format tag wait
  180. =PCM
  181.  
  182. play wave1 wait
  183. @CHECK Did the 'rararrat' sound good?
  184. close wave1 wait
  185.  
  186. ###################################
  187.  
  188. open ?AP2PATH?shred.wav alias wave1 wait
  189.  
  190. set wave1 format tag PCM wait
  191. status wave1 format tag wait
  192. =PCM
  193.  
  194. play wave1 wait
  195. @CHECK Did the 'shred' sound good?
  196. close wave1 wait
  197.  
  198. ###################################
  199.  
  200. open ?AP2PATH?takemy.wav alias wave1 wait
  201.  
  202. set wave1 format tag PCM wait
  203. status wave1 format tag wait
  204. =PCM
  205.  
  206. play wave1 wait
  207. @CHECK Did the 'takeme' sound good?
  208. close wave1 wait
  209.  
  210. ###################################
  211.  
  212. open ?AP2PATH?tonk.wav alias wave1 wait
  213.  
  214. set wave1 format tag PCM wait
  215. status wave1 format tag wait
  216. =PCM
  217.  
  218. play wave1 wait
  219. @CHECK Did the 'tonk' sound good?
  220. close wave1 wait
  221.  
  222. ###################################
  223.  
  224. open ?AP2PATH?twip.wav alias wave1 wait
  225.  
  226. set wave1 format tag PCM wait
  227. status wave1 format tag wait
  228. =PCM
  229.  
  230. play wave1 wait
  231. @CHECK Did the 'twip' sound good?
  232. close wave1 wait
  233.  
  234. ###################################
  235.  
  236. open ?AP2PATH?wooeep.wav alias wave1 wait
  237.  
  238. set wave1 format tag PCM wait
  239. status wave1 format tag wait
  240. =PCM
  241.  
  242. play wave1 wait
  243. @CHECK Did the 'wooeep' sound good?
  244. close wave1 wait
  245.  
  246.  
  247. ###################################
  248.